home *** CD-ROM | disk | FTP | other *** search
/ Clickx 75 / Clickx 75.iso / software / expressionweb / expressionwebv3 / ExpressionWeb_en.exe / Setup / WeImp.cab / PsdImaging.dll / XML / GAUSSIANBLUREFFECT.XML < prev    next >
Encoding:
Extensible Markup Language  |  2009-07-15  |  1.0 KB  |  31 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <effect label="Gaussian Blur">
  3.   <description>
  4.     Applies an Gaussian Blur to its input. 
  5.   </description>
  6.  
  7.   <property name="radius" type="float" default="0.0" label="Blur radius">
  8.     <range min="0.0" max="5.0"/>
  9.     <comments>
  10.       Specifies the radius for the blur. 
  11.     </comments>
  12.   </property>
  13.  
  14.   <property name="RatioOfConvolutionWindowToDiameter" type="float" default="3.0" label="Ratio Of Convolution Window To Diameter">
  15.     <range min="0.0" max="5.0"/>
  16.     <comments>
  17.       Ratio of Convolution Window to Diameter -- 3 with a radius of 5 means a window of 30 (3 x diameter)
  18.     </comments>
  19.   </property>
  20.  
  21.   <property name="Channels" type="int" default="0" label="Channels to blur">
  22.     <choice>AllChannels</choice>
  23.     <choice>RedAlphaChannels</choice>
  24.     <comments>
  25.       Specifies which channels to blur -- allows optimization for clients who only need Red and alpha
  26.     </comments>
  27.   </property>
  28.  
  29.   <input index="0" name="Input"/>
  30. </effect>
  31.